projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e96ce
)
Add test for bug#51733
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Jan 2022 08:54:38 +0000
(09:54 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Jan 2022 09:10:08 +0000
(10:10 +0100)
test/lisp/international/textsec-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/international/textsec-tests.el
b/test/lisp/international/textsec-tests.el
index fbf6713408ac162b42ad5d9b564b089121703150..31805671e18dd625a37fd71676c1259d9d0b7fc9 100644
(file)
--- a/
test/lisp/international/textsec-tests.el
+++ b/
test/lisp/international/textsec-tests.el
@@
-172,7
+172,10
@@
"Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>"))
(should (textsec-email-address-header-suspicious-p
- "דגבא <foo@bar.com>")))
+ "דגבא <foo@bar.com>"))
+
+ (should (textsec-email-address-suspicious-p
+ "Bob_Norbolwits@GCSsafetyACE.com")))
(ert-deftest test-suspicious-url ()
(should-not (textsec-url-suspicious-p "http://example.ru/bar"))